* doc.c (get_doc_string): Rework so that
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 18 Aug 2011 08:37:41 +0000 (01:37 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 18 Aug 2011 08:37:41 +0000 (01:37 -0700)
commit1d7ff6b7631e44315dac9d51103eec2b5320aa43
tree9925e29ef04bed2509303fd60568d28b0b455757
parent527054f6ba647e4626d4bf6c71ca3e13e133da2c
* doc.c (get_doc_string): Rework so that

get_doc_string_buffer_size is the actual buffer size, rather than
being 1 less than the actual buffer size; this makes xpalloc more
convenient.
src/ChangeLog
src/doc.c